home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.40 / PC Gamer Disc 7.40 (May 2004).BIN / Data / items.pcg / scripts / DefineButton2_159 / BUTTONCONDACTION on(release, keyPress Left).as < prev    next >
Text File  |  2004-02-26  |  178b  |  5 lines

  1. on(release, keyPress "<Left>"){
  2.    _level7.HelpControl.gotoAndStop("wait");
  3.    SwitchTab(1,"menudemo","demoname",num_Demos,lastDemoBox,"demos",demoCount,currentDemoCount);
  4. }
  5.